From: Felix Fietkau Date: Wed, 3 Sep 2008 10:55:13 +0000 (+0000) Subject: fix nfs-utils compile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=73ae612ab5c2eeee6047a2288a604df1bd1aeaee;p=openwrt%2Fsvn-archive%2Fpackages.git fix nfs-utils compile SVN-Revision: 12509 --- diff --git a/net/nfs-utils/Makefile b/net/nfs-utils/Makefile index 022a5242e..ad57cd543 100644 --- a/net/nfs-utils/Makefile +++ b/net/nfs-utils/Makefile @@ -38,6 +38,8 @@ endef CONFIGURE_ARGS += --disable-gss TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib +TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib + define Build/Compile $(call Build/Compile/Default, \ OPT="$(TARGET_CFLAGS)" \